(set_image_of_range_1): In no-TRANSLATE case,
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 Sep 2002 03:08:53 +0000 (03:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 6 Sep 2002 03:08:53 +0000 (03:08 +0000)
commit231309df66596b41b02aff9f2b163e95148979c4
tree2972304ccdefd7636c37c81ab636479b1d7fa003
parent83e1178015e25625aebb3e7be13d7b22c7469482
(set_image_of_range_1): In no-TRANSLATE case,
call EXTEND_RANGE_TABLE and return a proper value.
(set_image_of_range): Don't call set_image_of_range_1
if no TRANSLATE or if range includes all of Latin-1.
Only call it for the Latin-1 part of the range.
For other cases, make two separate ranges,
one for the original specified characters and one for
their case-conversions.
src/regex.c